home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / dospr.arc / BLUE.BAT next >
Encoding:
DOS Batch File  |  1988-03-03  |  489 b   |  10 lines

  1. echo off
  2. echo IMPORTANT: Use "device=ansi.sys" in your "config.sys" file;
  3. echo            If you haven't done this, press [ctrl-C].
  4. pause
  5. echo ***************************************************************
  6. echo An example of a prompt to display the directory, date, and time
  7. echo ***************************************************************
  8. echo ... with directory name in yellow on a blue field ...
  9. PROMPT $e[0m$e[s$e[1;52f$e[1;41m $d $e[33;46m $t $e[u $p $e[0;1;40m$g$e[0m
  10.